home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / BROWSERS / XURL / CHANGES.TXT next >
Encoding:
Text File  |  1997-01-04  |  3.0 KB  |  88 lines

  1. XURL version changes/bug fixes.
  2.  
  3. v2.31 04/01/97
  4. New:
  5. .Support for ftp:// and mailto: URLs.
  6.  
  7. .Ability to view the .html file in a browser (ie. CAB) immediately
  8.  after extraction. VASTART is used if the browser is already running 
  9.  else it is launched via shel_write.
  10.  Full path to the browser must be specified in an environment variable
  11.  "BROWSER=" (see documentation).
  12.  Generic term of 'browser' is used, along with VA Start instead
  13.  of CAB protocol. Hopefully it will be compatible with both CAB and 
  14.  Webspace.
  15.  
  16. .<HR> Horizontal Rule written to separate 'new' extractions from 
  17.  existing ones. So you can see at a glance which are the new ones just 
  18.  extracted. Thanks to Roy Goring for this suggestion :)
  19.  
  20. .Status bar now shows a realtime count of how many urls 
  21.  extracted/ignored during processing.
  22.  
  23. .XURL now accepts a full pathname via a command line and uses it as a 
  24.  default 'source' path. ie. dragging a file from the desktop onto the 
  25.  xurl icon results in that file being defaulted into xurls 'source' 
  26.  field ready for extraction.
  27.  
  28. .New 'About' dialogue which allows 'copying' of my email address/url 
  29.  to the clipboard, ready for pasting into a relevant program.
  30.  Double clicking on the email address/url will launch it into a 
  31.  email program/browser (see documentation).
  32.  This is going to be standard in all my programs from now on.
  33.  It's a bit gimmicky but hey, so what!
  34.  
  35. Bugfix(s):
  36. .Bomb fixed if no filename or wildcards specified
  37.  (File selector code rewritten).
  38.  
  39. .Fixed the problem where a url is sometimes extracted with an extra < 
  40.  at the beginning and therefore doesn't show as a link. (Hopefully)!
  41.  
  42. .extracted urls are no longer centred when displayed using CAB 2.0 or 
  43.  Internet Explorer3. Header HTML changed in XURLHOME. To activate this 
  44.  bug fix it will be necessary to delete/replace your existing .html 
  45.  result file, so that XURL recreates it for you!
  46.  
  47.  
  48. v2.30 23/11/96 BETA - DO NOT USE
  49.  
  50. This was a rather rougth beta, that should not be publicly available.
  51.  
  52. v2.20 09/09/96
  53.  
  54. Iconification under Magic4
  55.  
  56. Extracts HTTP:// and www.(ie without the http:// prefix)
  57. Thus both HTTP://www.fred/ and www.gary/ will be extracted and 
  58. prefixed with with the correct 'http://'
  59.  
  60. v2.10 31/08/96
  61.  
  62. Multiple files can be checked for urls by using wildcards in the 
  63. source filename ie. E:\fred\*.* or E:\fred\*.txt. Thus a whole 
  64. directory can be processed.
  65.  
  66. Multiple occurences of a url in the source file are now only extracted
  67. once.
  68.  
  69. The .html file is created if it doesn't exist (even when no urls have
  70. been found).
  71.  
  72.  
  73. v2.00 15/08/96
  74. New:
  75. A URL is only extracted if it does not already exist in the .html.
  76.  
  77. Number of URL's successfully extracted is now shown at end of
  78.  processing in the status bar.
  79.  
  80. Multiple URL's on one text line are now included. ie.
  81.    http://www.   http://www.    http://www.
  82.  will result in 3 extractions whereas before only the first one
  83.  would have been extracted.
  84.  
  85. v1.00 30/07/96
  86. Initial release of XURL.
  87.  
  88.